type github.com/klauspost/compress/fse.bitReader

12 uses

	github.com/klauspost/compress/fse (current package)
		bitreader.go#L17: type bitReader struct {
		bitreader.go#L25: func (b *bitReader) init(in []byte) error {
		bitreader.go#L49: func (b *bitReader) getBits(n uint8) uint16 {
		bitreader.go#L58: func (b *bitReader) getBitsFast(n uint8) uint16 {
		bitreader.go#L67: func (b *bitReader) fillFast() {
		bitreader.go#L81: func (b *bitReader) fill() {
		bitreader.go#L102: func (b *bitReader) fillFastStart() {
		bitreader.go#L110: func (b *bitReader) finished() bool {
		bitreader.go#L115: func (b *bitReader) close() error {
		decompress.go#L337: 	br    *bitReader
		decompress.go#L342: func (d *decoder) init(in *bitReader, dt []decSymbol, tableLog uint8) {
		fse.go#L50: 	bits     bitReader